repo.or.cz
/
windows-sources.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
added samples
[windows-sources.git]
/
sdk
/
samples
/
all in on code
/
Visual Studio 2008
/
VBSL3WriteableBitmap
/
MainPage.xaml.vb
blob
aaf5dffd589654da30f59a3b75d6243e71fc5a98
1
Partial
Public
Class MainPage
2
Inherits UserControl
3
4
Public Sub New
()
5
InitializeComponent
()
6
End Sub
7
8
End
Class